All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.java.swing.event.ListSelectionListener
- public interface ListSelectionListener
- extends EventListener
The listener that's notified when a lists selection value
changes.
- See Also:
- ListSelectionModel
-
valueChanged(ListSelectionEvent)
-
Called whenever the value of the selection changes.
valueChanged
public abstract void valueChanged(ListSelectionEvent e)
- Called whenever the value of the selection changes.
- Parameters:
- e - the event that characterizes the change.
All Packages Class Hierarchy This Package Previous Next Index